Interface org.omg.CORBA.Contained
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.Contained

public interface Contained
extends Object
extends Object, IRObject
The Contained Interface is inherited by all Interface Repositoryinterfaces that are contained by other objects.

Method Index

 o absolute_name()
 o containing_repository()
 o defined_in()
 o describe()
 o id()
 o id(String)
 o move(Container, String, String)
 o name()
 o name(String)
 o version()
 o version(String)

Methods

 o id
  public abstract String id() throws SystemException
 o id
  public abstract void id(String arg) throws SystemException
 o name
  public abstract String name() throws SystemException
 o name
  public abstract void name(String arg) throws SystemException
 o version
  public abstract String version() throws SystemException
 o version
  public abstract void version(String arg) throws SystemException
 o defined_in
  public abstract Container defined_in() throws SystemException
 o absolute_name
  public abstract String absolute_name() throws SystemException
 o containing_repository
  public abstract Repository containing_repository() throws SystemException
 o describe
  public abstract Description describe()
 o move
  public abstract void move(Container new_container,
                            String new_name,
                            String new_version)

All Packages  Class Hierarchy  This Package  Previous  Next  Index